::-webkit-slider-thumb
Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.
The ::-webkit-slider-thumb
CSS pseudo-element represents the "thumb" that the user can move within the "groove" of an <input>
of type="range"
to alter its numerical value.
Syntax
css
::-webkit-slider-thumb {
/* ... */
}
Specifications
Not part of any standard.
Browser compatibility
See also
::-webkit-slider-runnable-track
-
Similar pseudo-elements used by other browsers:
-
CSS-Tricks: Styling Cross-Browser Compatible Range Inputs with CSS